ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / ComArray<T> Class
Type of the ComObject
Members

In This Topic
    ComArray<T> Class
    In This Topic
    A typed version of ComArrayBase
    Object Model
    ComArray<T> Class
    Syntax
    'Declaration
     
    Public Class ComArray(Of T As ComObject) 
       Inherits ComArrayBase
    public class ComArray<T> : ComArrayBase 
    where T: ComObject
    Type Parameters
    T
    Type of the ComObject
    Inheritance Hierarchy

    System.Object
       C1.Util.DX.DisposeBase
          C1.Util.DX.ComArrayBase
             C1.Util.DX.ComArray<T>

    See Also